In This Topic
Sets the height of rectangle that defines the text location.
The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.
Syntax
public void setHeight(
double
)
|
Parameters
- value
- The height of text rectangle.
See Also